/**
 * @author Donson
 * E-mail:donson86@gmail.com
 */


body, div, dl, dt, dd, ul, ol, li, h1, h2, 
h3, h4, h5, h6, pre, form, fieldset, input, 
textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}

a {
    text-decoration: none;
}


.clear_float {
    clear: both;
    float: none;
    height:0;
    line-height:0;
    overflow:hidden;
}


.show{display:block;}
.hidden{display:none;}


.tl{text-align:left;}
.tr{text-align:right;}
.tc{text-align:center;}


.fl{float:left;}
.fr{float:right;}

.ma10 {
    margin:10px 0;
}
.mat10 {
    margin-top:10px;
}
.mab10 {
    margin-bottom:10px;
}



a {color:#333;}
a:hover{
    text-decoration:underline;
}


#conference_photo_body {
    background:none;
}
#conference_photo {
    width:960px;
    height:180px;
    overflow:hidden;margin-top:10px;
}
#conference_photo .photo_box_w {
    height:174px;
    padding-top:6px;
    overflow:hidden;
}
#conference_photo .photo_box_w .btn_left,
#conference_photo .photo_box_w .btn_right{
    width:41px;
    height:148px;
    float:left;
    display:inline-block;
    margin-right:11px;
    background:url(../images/l_icon.jpg) no-repeat;
}
#conference_photo .photo_box_w .btn_right{
    float:right;
    background:url(../images/r_icon.jpg) no-repeat;
}
#conference_photo .photo_box{
    width:850px;
	background:url(../images/bg_list.jpg) no-repeat;
    overflow:hidden;
    position:relative;
    height:162px;
}
#conference_photo .photo_box ul{
    position:absolute;
    z-index:777; 
}
#conference_photo .photo_box li{
    height:150px;
    width:97px;
    float:left; padding:10px 22px;display:block;
    text-align:center;overflow:hidden;
}
#conference_photo .photo_box li:hover{background:url(../images/list_on.png) no-repeat;}
#conference_photo .photo_box li p{line-height:18px;}
#conference_photo .photo_box li a { background:none; display:block; background:none;
    color:#666;
}
#conference_photo .photo_box li a:hover{ 
    color:#000; text-decoration:none;
}
#conference_photo .photo_box li img {
    display:block;
    margin:0 auto;
    height:80px;
    margin-bottom:8px; border:#ccc 1px solid;
}
#conference_photo .photo_select {
    color:#BB4E51;
    padding-left:156px;
}
#conference_photo .photo_select select {
    margin-left:12px;
    width:340px;
}


